ComponentOne Scheduler for WinForms
AddRange(Appointment[]) Method

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule Namespace > AppointmentCollection Class > AddRange Method : AddRange(Appointment[]) Method
An array of Appointment objects.
Adds an array of Appointment objects to the collection. This methods clears collection before adding new items. Don't use it if you want to save previously existed items.
Syntax
'Declaration
 
Public Overloads Overrides Sub AddRange( _
   ByVal items() As Appointment _
) 
public override void AddRange( 
   Appointment[] items
)

Parameters

items
An array of Appointment objects.
See Also

Reference

AppointmentCollection Class
AppointmentCollection Members
Overload List